In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation / Tag Property

Tag Property (Annotation)

In This Topic
Syntax
'Declaration

 

<DescriptionAttribute("Stores arbitrary value that can be used to store optional information about the annotation")>

Public Property Tag As String
[Description("Stores arbitrary value that can be used to store optional information about the annotation")]

public string Tag {get; set;}
public read-write property Tag: String; 
DescriptionAttribute("Stores arbitrary value that can be used to store optional information about the annotation")

public function get,set Tag : String
[Description("Stores arbitrary value that can be used to store optional information about the annotation")]

public: __property string* get_Tag();

public: __property void set_Tag( 

   string* value

);
[Description("Stores arbitrary value that can be used to store optional information about the annotation")]

public:

property String^ Tag {

   String^ get();

   void set (    String^ value);

}
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation
Annotation Members